home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TMAADDRESSFORM / TMAADDRESSFORM.txt
Text File  |  1998-11-20  |  757b  |  41 lines

  1. object maAddressForm: TmaAddressForm
  2.   Left = 227
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'Multiple Addresses'
  6.   ClientHeight = 55
  7.   ClientWidth = 329
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 7
  18.     Width = 109
  19.     Height = 13
  20.     Caption = 'Please Select Address:'
  21.   end
  22.   object AddressList: TComboBox
  23.     Left = 8
  24.     Top = 21
  25.     Width = 222
  26.     Height = 21
  27.     Style = csDropDownList
  28.     ItemHeight = 13
  29.     TabOrder = 0
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 240
  33.     Top = 18
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&OK'
  37.     TabOrder = 1
  38.     Kind = bkOK
  39.   end
  40. end
  41.